home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / help_jr / mini < prev    next >
Text File  |  1994-02-21  |  336b  |  14 lines

  1. mini:
  2.  
  3. Syntax:    mini ( A )
  4.  
  5. Description:
  6.  
  7.     Mini returns the index of the minimum value contained in
  8.     matrix. If the input argument (A) is a vector, then the index
  9.     of the smallest value is returned. If A is a MxN matrix, then
  10.     a row-vector of the column indices of the smallest column
  11.     values of A is returned.
  12.  
  13. See Also: max, maxi, min
  14.